home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000259_fdc@columbia.edu_Fri Aug 2 10:54:19 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  65 lines

  1. Article: 13575 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.unix.aix,comp.protocols.kermit.misc
  5. Subject: Re: Secure resumable file transfer on AIX
  6. Date: 2 Aug 2002 10:38:27 -0400
  7. Organization: Columbia University
  8. Lines: 48
  9. Message-ID: <aie5h3$jag$1@watsol.cc.columbia.edu>
  10. References: <97n29.21591$vg.830729@bin2.nnrp.aus1.giganews.com>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1028299115 26287 128.59.39.139 (2 Aug 2002 14:38:35 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 2 Aug 2002 14:38:35 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.unix.aix:238361 comp.protocols.kermit.misc:13575
  16.  
  17. In article <97n29.21591$vg.830729@bin2.nnrp.aus1.giganews.com>,
  18. George Saylor <gmsayloriii@comcast.net> wrote:
  19. : We have a requirement to copy moderate sized files ( up to 1.5 GB) over a
  20. : WAN between two H80's 1000 miles apart.  I am trying to find a good product
  21. : that supports AIX and can perform resumable file transfers, compression is a
  22. : plus, and secure is a guaranteed sale...The whole operation must be
  23. : non-interactive of course.
  24. : Does anyone use or know of such a product?
  25. :
  26. C-Kermit:
  27.  
  28.   http://www.columbia.edu/kermit/ckermit.html
  29.  
  30.  . It can perform resumable transers.
  31.  . It does compression on the fly when you use Kermit protocol.
  32.  . You have your choice of Kerberos, SSL/TLS, or SRP security.
  33.  . It is fully scriptable using its own built-in scripting language.
  34.  
  35. You can use it any of various ways:
  36.  
  37.  . Kermit client to Kermit server (Dialup, Telnet, Rlogin, X.25).
  38.  . Kermit client to Internet Kermit server (Internet only).
  39.  . Kermit client to secure FTP server (Internet only).
  40.  
  41. The latter two are preferable, to sidestep peculiarities of the AIX telnet
  42. server, and for better performance.  Furthermore, since Kermit supports all
  43. sorts of different connection methods and protocols, you can fall back
  44. (e.g.) to modem dialup in case the Internet connection is down.
  45.  
  46. Here are some links to further information:
  47.  
  48.   http://www.columbia.edu/kermit/security.html
  49.     Kermit's security methods.
  50.  
  51.   http://www.columbia.edu/kermit/iksd.html
  52.     Internet Kermit service.
  53.  
  54.   http://www.columbia.edu/kermit/ckscripts.html
  55.     The Kermit script library.
  56.  
  57.   http://www.columbia.edu/kermit/ftpclient.html
  58.     The Kermit FTP client.
  59.  
  60.   http://www.columbia.edu/kermit/ftpscripts.html
  61.     FTP scripting tutorial.
  62.  
  63. - Frank
  64.